home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 6908 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: fc.hp.com!tomk
  2. From: tomk@fc.hp.com (Tom Kennedy)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: ZIP-Drive and PC-TASK
  5. Date: 12 Mar 1996 06:32:49 GMT
  6. Organization: Hewlett-Packard Fort Collins Site
  7. Message-ID: <4i35qh$rr7@fcnews.fc.hp.com>
  8. References: <31266C34.62D5@unet.univie.ac.at> <1655.6623T690T850@xmission.com> <Dn4r2u.E6C@actrix.gen.nz> <4grol0$5e4@nntp5.u.washington.edu> <4h2k6q$fug@fcnews.fc.hp.com> <4hlppm$l7r@fcnews.fc.hp.com>
  9. NNTP-Posting-Host: magnum.fc.hp.com
  10. X-Newsreader: TIN [version 1.2 PL1.4]
  11.  
  12. Tom Kennedy (tomk@fc.hp.com) wrote:
  13. : Tom Kennedy (tomk@fc.hp.com) wrote:
  14.  
  15. : : Have two mountlists for the Zip drive.  One called PZC: with a
  16. : : filesystem of CrossDOSFileSystem (used for the Amiga side to read the
  17. : : messy-dos Zip disks), and another called PZ0:, with a filesystem of
  18. : : anything else.  (Both should have the same geometry, just different
  19. : : filesystems.)
  20.  
  21. : I was asked to post my PC-TASK mountlist, so here it is:
  22.  
  23. OK... that mountlist I posted works for reading disks, but won't
  24. create them.  THIS mountlist *does* work :)
  25.  
  26. (Basically, the problem was that the number of cylinders was too big
  27. for messy-dos, so I increased the number of heads to compensate.)
  28.  
  29. If you use pre-formatted disks, this will work great.  Otherwise, you
  30. will need to partition the disk with the messy-dos program FDISK.
  31. Then you can format it.
  32.  
  33. Since PC-Task has no removable media support, you MUST do a "chkdsk D:" 
  34. when you change disks (i tried it, and it does work).
  35.  
  36. IZ0:
  37. /* Mountfile Entry Created: 12-Jul-95 19:46:24
  38.  * for full CrossDOS Disk.
  39.  *
  40.  * Disk Size: 95.9 Meg
  41.  * Vendor and drive name: 006 IOMEGA   ZIP 100
  42.  *
  43.  * Dummy file system (Crossdos messy-dos hard drive file system changes
  44.  * geometry) -> use this mountlist for PC-TASK
  45.  */
  46. /* Disk size parameters.*/
  47.   Surfaces = 8
  48.   BlocksPerTrack = 32
  49.   Lowcyl = 0
  50.   Highcyl = 767
  51.   BufMemType = 0
  52.   Blocksize = 512
  53. /* Device driver parameters.*/
  54.   Device = 2nd.scsi.device
  55.   Unit = 5
  56. /*  Flags = 0x00000000 */
  57. /* File system parameters.*/
  58.   Mask = 0xFFFFFFFE
  59.   Maxtransfer = 0x00FFFFFF
  60.   Reserved = 0
  61.   Filesystem = L:CrossDOSFileSystem
  62.   Stacksize = 2000
  63.   Priority = 5
  64.   Bootpri = -20
  65.   Globvec = -1
  66.   Buffers = 5
  67.   Dostype = 0x4d534400
  68.   Mount = 0
  69. #
  70.